home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tpasswrd / pwdbox.dfm / pwdbox.txt
Text File  |  1996-09-15  |  927b  |  51 lines

  1. object frm_PasswordBox: Tfrm_PasswordBox
  2.   Left = 221
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frm_PasswordBox'
  7.   ClientHeight = 95
  8.   ClientWidth = 354
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object lbl_Text: TLabel
  17.     Left = 16
  18.     Top = 11
  19.     Width = 37
  20.     Height = 13
  21.     Caption = 'lbl_Text'
  22.   end
  23.   object cmd_Cancel: TButton
  24.     Left = 256
  25.     Top = 62
  26.     Width = 80
  27.     Height = 25
  28.     Caption = 'cmd_Cancel'
  29.     ModalResult = 2
  30.     TabOrder = 2
  31.   end
  32.   object cmd_Ok: TButton
  33.     Left = 168
  34.     Top = 62
  35.     Width = 80
  36.     Height = 25
  37.     Caption = 'cmd_Ok'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.   end
  42.   object txt_Value: TEdit
  43.     Left = 16
  44.     Top = 28
  45.     Width = 321
  46.     Height = 20
  47.     PasswordChar = '*'
  48.     TabOrder = 0
  49.   end
  50. end
  51.